FlexReport for WPF | ComponentOne
C1.WPF.Report Assembly / C1.WPF.Report Namespace / ReportObjectCollection<TItem> Class / Report Property

In This Topic
    Report Property (ReportObjectCollection<TItem>)
    In This Topic
    Gets the FlexReport object owning this collection.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property Report As FlexReport
    public abstract FlexReport Report {get;}
    See Also